/* these are used by listings */
/* header of listing */
.row0 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    font-weight : bold;
	background : #ADD1FF;
}
/* odd lines - also title */
.row1 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    background : #FFFFFF;
}
/* even lines - also description */
.row2 {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Black;
    background-color : #FFFFFF;
}
/* blank row - optionally set the same as centerboxtext*/
.rowblank {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : White;
	color : Black;
}
/* category row - optionally set the same as centerboxtext with a larger or bold font*/
.rowgroup {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    background : #CCE6FF;
	color : Black;
	border-top : 1px solid #4D8AFF;
	border-bottom : 1px solid #4D8AFF;
}

.rowpostedby {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #000000;
    background-color : #FAFAFA;
    font-weight : normal;
    border-bottom : 1px solid #4D8AFF;	
}

.rowpostedbylink {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : #000000;
    background-color : #FAFAFA;
    text-decoration : none;
    font-weight : bold;
}

.rowpostedbylink:HOVER {
    color : #000000;
    text-decoration : underline;
}